post /cloudextensions/{cloudExtensionId}/operations/repair
Repair Cloud Extension (repairCloudExtension)
If the Cloud Extension creation task fails midway, the status of the Cloud Extension is set to Impaired. An impaired Cloud Extension can be caused due to components that were not successfully deployed or initial health checks that did not pass. After fixing the underlying causes, the Cloud Extension can be repaired. Repairing the cloud extension attempts to re-create the missing components and/or run relevant health checks. Once the Cloud Extension is repaired, the status is set to Active.
Path parameters
cloudExtensionId (required)
Path Parameter — Cloud Extension ID
Consumes
This API call consumes the following media types via the Content-Type request header:
- application/json
Return type
TaskId
value (optional) |
String Entity ID |
_type |
String Task ID Enum: TaskId |
Example data
Content-Type: application/json
{
"value": "vm-1",
"_type": "TaskId"
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
201
Created TaskId
Default
Error ErrorInfo
errorCode (optional) |
String |
url(optional) |
String |
message (optional) |
String |